[IA64] cleanup warning in xen/ia64 (arch/ia64/linux)
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Tue, 28 Feb 2006 17:24:03 +0000 (10:24 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Tue, 28 Feb 2006 17:24:03 +0000 (10:24 -0700)
These patches fix many issue (ex. panic dom0, oops domU/dom0...).
we will fix compile warnnings one step at a time.

Signed-off-by: Tsunehisa Doi <doi.tsunehisa@jp.fujitsu.com>
Signed-off-by: Kouya SHIMURA <kouya@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/linux/cmdline.c
xen/arch/ia64/linux/linuxextable.c

index 0331ed825ea79e568a881852020a80adc3d4d658..b6dddcd808f8b0bbdd189a9ac9ba024f62ad2618 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
+#include <xen/lib.h>
 
 
 /**
index 7501b531ceedab97f969402822be75d6819b042f..98be4a49ad929ea742b3f3e364875897bb187721 100644 (file)
 #include <asm/uaccess.h>
 #include <asm/sections.h>
 
+extern void *search_module_extables(unsigned long addr);
+extern void *__module_text_address(unsigned long addr);
+extern void *module_text_address(unsigned long addr);
+
 extern struct exception_table_entry __start___ex_table[];
 extern struct exception_table_entry __stop___ex_table[];